IviSpecAn Set Instrument From Marker [MKR]
IviSpecAnMarker Capability Group
This VI uses the IviSpecAn>>Markers>>Marker Position or IviSpecAn>>Markers>>Marker Amplitude property to configure the spectrum analyzer according to value of the InstrumentSetting parameter. For example, setting the Instrument Setting parameter to Frequency Center sets the center frequency to the value of the IviSpecAn>>Markers>>Marker Position property.
This VI may set the IviSpecAn>>Basic Operation>>Frequency Start, IviSpecAn>>Basic Operation>>Frequency Stop, or IviSpecAn>>Basic Operation>>Reference Level properties.
If the IviSpecAn>>Markers>>Marker Enabled property is set to FALSE, this VI returns the Marker Not Enabled error (0xBFFA2001). If the IviSpecAn>>Markers>>Marker Type>>Marker Type property is not Delta and the InstrumentSetting parameter is Frequency Span, the VI returns the Not Delta Marker error (0xBFFA2002).
instrument handle The instrument handle that you obtain from the IviSpecAn Initialize or IviSpecAn Initialize With Options VIs. | |
instrument setting Specifies the instrument setting to be set from the marker position.
Defined Values: Frequency Center - IVISPECAN_VAL_INSTRUMENT_SETTING_FREQUENCY_CENTER Frequency Span - IVISPECAN_VAL_INSTRUMENT_SETTING_FREQUENCY_SPAN Frequency Start - IVISPECAN_VAL_INSTRUMENT_SETTING_FREQUENCY_START Frequency Stop - IVISPECAN_VAL_INSTRUMENT_SETTING_FREQUENCY_STOP Reference Level - IVISPECAN_VAL_INSTRUMENT_SETTING_REFERENCE_LEVEL Default Value: Frequency Center - IVISPECAN_VAL_INSTRUMENT_SETTING_FREQUENCY_CENTER |
|
error in (no error) The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.
The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |
|
instrument handle out The instrument handle that you obtain from the IviSpecAn Initialize or IviSpecAn Initialize With Options VIs. | |
error out The error out cluster passes error or warning information out of a VI to be used by other VIs.
The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |